-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update score.yaml - Change MESSAGE #156
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deployment failed for PR-156! ❌Deployment errors:error provisioning resource ingress#modules.my-sample-workload.externals.dns GuResID: fb92dcac5677367ad857a775c15b01c779a16f67. Status: False. Reason: ApplyConfigurationError. Message: applying object fb92dcac5677367ad857a775c15b01c779a16f67-ingress of the kind Ingress: admission webhook "validate.nginx.ingress.kubernetes.io" denied the request: host "helloworld-preview.endpoints.mathieu-benoit-gcp.cloud.goog" and path "/" is already defined in ingress my-sample-app-pr-155/6d59e208452024b3e93fbf5ff09a35300fd0ba0c-ingress
Deployment errors detailsDeployment errors details:[
{
"apiVersion": "entity.humanitec.io/v1b1",
"entity": {},
"kind": "DeploymentError",
"metadata": {
"app_id": "my-sample-app",
"deploy_id": "17f878c940d26971",
"env_id": "pr-156",
"org_id": "mabenoit"
},
"status": {
"code": "OPR-001",
"error_type": "",
"message": "error provisioning resource ingress#modules.my-sample-workload.externals.dns GuResID: fb92dcac5677367ad857a775c15b01c779a16f67. Status: False. Reason: ApplyConfigurationError. Message: applying object fb92dcac5677367ad857a775c15b01c779a16f67-ingress of the kind Ingress: admission webhook \"validate.nginx.ingress.kubernetes.io\" denied the request: host \"helloworld-preview.endpoints.mathieu-benoit-gcp.cloud.goog\" and path \"/\" is already defined in ingress my-sample-app-pr-155/6d59e208452024b3e93fbf5ff09a35300fd0ba0c-ingress",
"object_id": "",
"scope": "environment",
"summary": "Humanitec Operator error"
}
}
]
View in HumanitecDeployment ID: 17f878c940d26971 URLs:my-sample-workload: helloworld-preview.endpoints.mathieu-benoit-gcp.cloud.goog Deployment diffDeployment diff:{
"modules": {
"add": null,
"remove": [],
"update": {
"my-sample-workload": [
{
"from": "",
"op": "replace",
"path": "/spec/containers/my-sample-container/image",
"value": "us-east4-docker.pkg.dev/mathieu-benoit-gcp/containers/my-sample-workload@sha256:e0e9d7f86fc41160097dea0b3dee2643505ac78d808feff2b2f011458eb3faab"
},
{
"from": "",
"op": "replace",
"path": "/spec/containers/my-sample-container/variables/MESSAGE",
"value": "Hello, Universe!"
},
{
"from": "",
"op": "replace",
"path": "/spec/annotations/humanitec.io~1workload-source",
"value": "https://github.com/mathieu-benoit/sail-sharp/blob/mathieu-benoit-patch-1/score/score.yaml"
}
]
}
},
"shared": null
}
|
Deployment successfully completed for PR-156! 🎉View in HumanitecDeployment ID: 17f87c64c82f5a14 URLs:my-sample-workload: helloworld-preview.endpoints.mathieu-benoit-gcp.cloud.goog Deployment diffDeployment diff:{
"modules": {
"add": null,
"remove": [],
"update": {
"my-sample-workload": [
{
"from": "",
"op": "replace",
"path": "/spec/containers/my-sample-container/variables/MESSAGE",
"value": "Hello, Universe!"
},
{
"from": "",
"op": "add",
"path": "/spec/containers/my-sample-container/variables/REDIS_ADDR",
"value": "${externals.my-redis.host}:${externals.my-redis.port},user=${externals.my-redis.username},password=${externals.my-redis.password}"
},
{
"from": "",
"op": "replace",
"path": "/spec/containers/my-sample-container/image",
"value": "us-east4-docker.pkg.dev/mathieu-benoit-gcp/containers/my-sample-workload@sha256:3015a5cb8581df469c3dc14939ce197af046b632c48121c8fb36485657e5b20a"
},
{
"from": "",
"op": "replace",
"path": "/spec/annotations/humanitec.io~1workload-source",
"value": "https://github.com/mathieu-benoit/sail-sharp/blob/mathieu-benoit-patch-1/score/score.yaml"
},
{
"from": "",
"op": "add",
"path": "/externals/my-redis",
"value": {
"class": "default",
"type": "redis"
}
}
]
}
},
"shared": null
}
Active Resources UsageActive Resources Usage:
Resources GraphResources Graph:Use a Graphviz viewer for a visual representation.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.